[INFO] cloning repository https://github.com/LagrangeDev/lagrange-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LagrangeDev/lagrange-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLagrangeDev%2Flagrange-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLagrangeDev%2Flagrange-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 19bef5906eb421f0d6de3ea5d8ca7289be3d80a8
[INFO] fixing LagrangeDev/lagrange-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLagrangeDev%2Flagrange-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LagrangeDev/lagrange-rs
[INFO] finished tweaking git repo https://github.com/LagrangeDev/lagrange-rs
[INFO] tweaked toml for git repo https://github.com/LagrangeDev/lagrange-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LagrangeDev/lagrange-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LagrangeDev/lagrange-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6
[INFO] running `Command { std: "docker" "start" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/lagrange-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-macros/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto-derive/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-core-runner/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking clap_builder v4.5.50
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling linkme-impl v0.3.35
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling linkme v0.3.35
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking clap v4.5.50
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking lagrange-proto-derive v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto-derive)
[INFO] [stderr]     Checking lagrange-macros v0.1.0 (/opt/rustwide/workdir/crates/lagrange-macros)
[INFO] [stderr]    Migrating crates/lagrange-proto-derive/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Migrating crates/lagrange-macros/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/enum_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/oneof_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-macros/src/service_parser.rs:43:66
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]    |                         --              --------------
[INFO] [stdout]    |                         |               |
[INFO] [stdout]    |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                         `tt` calls a custom destructor
[INFO] [stdout]    |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 43 |                             if let Ok(TokenTree::Group(group)) = input.parse::<TokenTree>() {
[INFO] [stdout]    |                                                        -----     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                        |         |
[INFO] [stdout]    |                                                        |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                        |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                        `group` calls a custom destructor
[INFO] [stdout]    |                                                        `group` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 57 |                         }
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `group` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:99:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  99 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 100 |                                 req_name = Some(name);
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 102 |                             }
[INFO] [stdout] 103 |                         } else if ident == "response" {
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:104:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 105 |                                 resp_name = Some(name);
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 107 |                             }
[INFO] [stdout] 108 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/enum_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/oneof_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-macros/src/service_parser.rs:43:66
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]    |                         --              --------------
[INFO] [stdout]    |                         |               |
[INFO] [stdout]    |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                         `tt` calls a custom destructor
[INFO] [stdout]    |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 43 |                             if let Ok(TokenTree::Group(group)) = input.parse::<TokenTree>() {
[INFO] [stdout]    |                                                        -----     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                        |         |
[INFO] [stdout]    |                                                        |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                        |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                        `group` calls a custom destructor
[INFO] [stdout]    |                                                        `group` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 57 |                         }
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `group` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:99:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  99 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 100 |                                 req_name = Some(name);
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 102 |                             }
[INFO] [stdout] 103 |                         } else if ident == "response" {
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:104:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 105 |                                 resp_name = Some(name);
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 107 |                             }
[INFO] [stdout] 108 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/enum_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-proto-derive/src/oneof_derive.rs:8:46
[INFO] [stdout]    |
[INFO] [stdout]  8 |             if let Ok(Meta::NameValue(nv)) = attr.parse_args::<Meta>() {
[INFO] [stdout]    |                                       --     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |      |
[INFO] [stdout]    |                                       |      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                       |      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                       `nv` calls a custom destructor
[INFO] [stdout]    |                                       `nv` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 17 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `nv` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/lagrange-macros/src/service_parser.rs:43:66
[INFO] [stdout]    |
[INFO] [stdout] 39 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]    |                         --              --------------
[INFO] [stdout]    |                         |               |
[INFO] [stdout]    |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                         `tt` calls a custom destructor
[INFO] [stdout]    |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 43 |                             if let Ok(TokenTree::Group(group)) = input.parse::<TokenTree>() {
[INFO] [stdout]    |                                                        -----     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                                        |         |
[INFO] [stdout]    |                                                        |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                                                        |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                                                        `group` calls a custom destructor
[INFO] [stdout]    |                                                        `group` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 57 |                         }
[INFO] [stdout]    |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `group` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:99:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  99 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 100 |                                 req_name = Some(name);
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 102 |                             }
[INFO] [stdout] 103 |                         } else if ident == "response" {
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-macros/src/service_parser.rs:104:65
[INFO] [stdout]     |
[INFO] [stdout]  95 |                     let tt: TokenTree = input.parse()?;
[INFO] [stdout]     |                         --              --------------
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `tt` calls a custom destructor
[INFO] [stdout]     |                         `tt` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 101 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                             if let Ok(TokenTree::Ident(name)) = input.parse::<TokenTree>() {
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                                 |
[INFO] [stdout]     |                                                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                                                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 105 |                                 resp_name = Some(name);
[INFO] [stdout] 106 |                                 let _ = input.parse::<TokenTree>();
[INFO] [stdout]     |                                         --------------------------
[INFO] [stdout]     |                                         |
[INFO] [stdout]     |                                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 107 |                             }
[INFO] [stdout] 108 |                         }
[INFO] [stdout]     |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `tt` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking lagrange-proto v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]    Migrating crates/lagrange-proto/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]        Fixed crates/lagrange-proto/src/varint/decode/simd.rs (2 fixes)
[INFO] [stderr]        Fixed crates/lagrange-proto/src/varint/encode/simd.rs (1 fix)
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]    Migrating crates/lagrange-proto/benches/varint.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/special_types_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/advanced_features_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/varint_comprehensive_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/malformed_data_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/field_reader_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/integration_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/size_calculation_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/unknown_fields_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/edge_cases_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/collection_edge_cases_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/error_handling_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]    Migrating crates/lagrange-proto/tests/performance_edge_cases_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking hyper-util v0.1.17
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]     Checking lagrange-core v0.1.0 (/opt/rustwide/workdir/crates/lagrange-core)
[INFO] [stderr]    Migrating crates/lagrange-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/lagrange-core/src/keystore.rs (1 fix)
[INFO] [stderr]        Fixed crates/lagrange-core/src/internal/context/packet.rs (1 fix)
[INFO] [stderr]        Fixed crates/lagrange-core/src/internal/packets/login/wtlogin.rs (1 fix)
[INFO] [stderr]        Fixed crates/lagrange-core/src/internal/context/socket.rs (1 fix)
[INFO] [stderr]        Fixed crates/lagrange-core/src/utils/crypto/tea.rs (1 fix)
[INFO] [stderr]        Fixed crates/lagrange-core/src/internal/packets/login/tlv.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/context/event.rs:152:38
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let event = self.receiver.recv().await?;
[INFO] [stdout]     |                 -----   ---------------------------
[INFO] [stdout]     |                 |       |                    |
[INFO] [stdout]     |                 |       |                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 |       |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `event` calls a custom destructor
[INFO] [stdout]     |                 `event` will be dropped later as of Edition 2024
[INFO] [stdout] 151 |             if event.type_id() == self.type_id {
[INFO] [stdout] 152 |                 if let Some(typed) = event.downcast::<T>() {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `event` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/lagrange-core/src/internal/context/socket.rs:166:32
[INFO] [stdout]      |
[INFO] [stdout]  166 |         while let Some(data) = outbound_rx.recv().await {
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                                |                  |
[INFO] [stdout]      |                                |                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                |                  up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                `__awaitee` calls a custom destructor
[INFO] [stdout]      |                                `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  167 |             let length = data.len() as u32;
[INFO] [stdout]  168 |             let mut buffer = BytesMut::with_capacity(HEADER_SIZE + data.len());
[INFO] [stdout]      |                 ----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `buffer` calls a custom destructor
[INFO] [stdout]      |                 `buffer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  187 |                     socket_ctx.set_connected(false).await;
[INFO] [stdout]      |                     -------------------------------------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  204 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `buffer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/context/event.rs:163:38
[INFO] [stdout]     |
[INFO] [stdout] 161 |             let event = self.receiver.try_recv()?;
[INFO] [stdout]     |                 -----   -------------------------
[INFO] [stdout]     |                 |       |
[INFO] [stdout]     |                 |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `event` calls a custom destructor
[INFO] [stdout]     |                 `event` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |             if event.type_id() == self.type_id {
[INFO] [stdout] 163 |                 if let Some(typed) = event.downcast::<T>() {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 166 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `event` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/services.rs:131:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |                         let request = request_any
[INFO] [stdout]     |                             -------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `request` calls a custom destructor
[INFO] [stdout]     |                             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 131 |                         service.build(&*request, context).await
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 132 |                     };
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/business/network.rs:36:33
[INFO] [stdout]     |
[INFO] [stdout]  28 |                 interval.tick().await;
[INFO] [stdout]     |                 ---------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  29 |
[INFO] [stdout]  30 |                 if !self.socket.is_connected().await {
[INFO] [stdout]     |                     --------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  36 |                 if let Err(e) = self.event.send::<AliveService>(AliveEventReq {}, self.clone()).await {
[INFO] [stdout]     |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |    |                                                               |
[INFO] [stdout]     |                            |    |                                                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            |    |                                                               up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |    |                                                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |    |                                                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  39 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/lagrange-core/src/business/network.rs:76:23
[INFO] [stdout]      |
[INFO] [stdout]   58 |                   check_interval.tick().await;
[INFO] [stdout]      |                   ---------------------------
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `__awaitee` calls a custom destructor
[INFO] [stdout]      |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]   59 |
[INFO] [stdout]   60 |                   if self.socket.is_connected().await {
[INFO] [stdout]      |                      --------------------------------
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   73 |                       time::sleep(Duration::from_secs(backoff_secs)).await;
[INFO] [stdout]      |                       ----------------------------------------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   76 |                   match self.socket.connect(
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]   77 | |                     self.config.use_ipv6_network,
[INFO] [stdout]   78 | |                     self.packet.clone()
[INFO] [stdout]   79 | |                 ).await {
[INFO] [stdout]      | |                   ----^
[INFO] [stdout]      | |                   |   |
[INFO] [stdout]      | |                   |   this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                   |   up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |___________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                     |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                     up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   82 |                           self.clone().start_heartbeat();
[INFO] [stdout]      |                           ------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                           `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   85 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   95 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/task/join.rs:354:1
[INFO] [stdout]      |
[INFO] [stdout]  354 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking lagrange-core-runner v0.1.0 (/opt/rustwide/workdir/crates/lagrange-core-runner)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/context/event.rs:152:38
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let event = self.receiver.recv().await?;
[INFO] [stdout]     |                 -----   ---------------------------
[INFO] [stdout]     |                 |       |                    |
[INFO] [stdout]     |                 |       |                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                 |       |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `event` calls a custom destructor
[INFO] [stdout]     |                 `event` will be dropped later as of Edition 2024
[INFO] [stdout] 151 |             if event.type_id() == self.type_id {
[INFO] [stdout] 152 |                 if let Some(typed) = event.downcast::<T>() {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `event` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/lagrange-core/src/internal/context/socket.rs:166:32
[INFO] [stdout]      |
[INFO] [stdout]  166 |         while let Some(data) = outbound_rx.recv().await {
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      |                                |                  |
[INFO] [stdout]      |                                |                  this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                                |                  up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                                up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                `__awaitee` calls a custom destructor
[INFO] [stdout]      |                                `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  167 |             let length = data.len() as u32;
[INFO] [stdout]  168 |             let mut buffer = BytesMut::with_capacity(HEADER_SIZE + data.len());
[INFO] [stdout]      |                 ----------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `buffer` calls a custom destructor
[INFO] [stdout]      |                 `buffer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  187 |                     socket_ctx.set_connected(false).await;
[INFO] [stdout]      |                     -------------------------------------
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  204 |         }
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `buffer` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes_mut.rs:1123:1
[INFO] [stdout]      |
[INFO] [stdout] 1123 | impl Drop for BytesMut {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/context/event.rs:163:38
[INFO] [stdout]     |
[INFO] [stdout] 161 |             let event = self.receiver.try_recv()?;
[INFO] [stdout]     |                 -----   -------------------------
[INFO] [stdout]     |                 |       |
[INFO] [stdout]     |                 |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 `event` calls a custom destructor
[INFO] [stdout]     |                 `event` will be dropped later as of Edition 2024
[INFO] [stdout] 162 |             if event.type_id() == self.type_id {
[INFO] [stdout] 163 |                 if let Some(typed) = event.downcast::<T>() {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 166 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `event` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/internal/services.rs:131:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |                         let request = request_any
[INFO] [stdout]     |                             -------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             `request` calls a custom destructor
[INFO] [stdout]     |                             `request` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 131 |                         service.build(&*request, context).await
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout]     |                                                           |
[INFO] [stdout]     |                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 132 |                     };
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/lagrange-core/src/business/network.rs:36:33
[INFO] [stdout]     |
[INFO] [stdout]  28 |                 interval.tick().await;
[INFO] [stdout]     |                 ---------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  29 |
[INFO] [stdout]  30 |                 if !self.socket.is_connected().await {
[INFO] [stdout]     |                     --------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  36 |                 if let Err(e) = self.event.send::<AliveService>(AliveEventReq {}, self.clone()).await {
[INFO] [stdout]     |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |    |                                                               |
[INFO] [stdout]     |                            |    |                                                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                            |    |                                                               up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |    |                                                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |    |                                                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  39 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/lagrange-core/src/business/network.rs:76:23
[INFO] [stdout]      |
[INFO] [stdout]   58 |                   check_interval.tick().await;
[INFO] [stdout]      |                   ---------------------------
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `__awaitee` calls a custom destructor
[INFO] [stdout]      |                   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]   59 |
[INFO] [stdout]   60 |                   if self.socket.is_connected().await {
[INFO] [stdout]      |                      --------------------------------
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   73 |                       time::sleep(Duration::from_secs(backoff_secs)).await;
[INFO] [stdout]      |                       ----------------------------------------------------
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   76 |                   match self.socket.connect(
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]   77 | |                     self.config.use_ipv6_network,
[INFO] [stdout]   78 | |                     self.packet.clone()
[INFO] [stdout]   79 | |                 ).await {
[INFO] [stdout]      | |                   ----^
[INFO] [stdout]      | |                   |   |
[INFO] [stdout]      | |                   |   this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                   |   up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |___________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                     |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                     up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   82 |                           self.clone().start_heartbeat();
[INFO] [stdout]      |                           ------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                           `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   85 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   95 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs:1313:9
[INFO] [stdout]      |
[INFO] [stdout] 1313 | /         impl $(<
[INFO] [stdout] 1314 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1315 | |             $( $generics
[INFO] [stdout] 1316 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1319 | |             ),*
[INFO] [stdout] 1320 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/task/join.rs:354:1
[INFO] [stdout]      |
[INFO] [stdout]  354 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]      |
[INFO] [stdout]  773 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/lagrange-core/tests/integration_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-core-runner/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/lagrange-core/tests/sequence_test.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.13s
[INFO] [stderr] crater-edition-check: lagrange-core v0.1.0 (/opt/rustwide/workdir/crates/lagrange-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: lagrange-macros v0.1.0 (/opt/rustwide/workdir/crates/lagrange-macros) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: lagrange-proto v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: lagrange-proto-derive v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto-derive) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: lagrange-core-runner v0.1.0 (/opt/rustwide/workdir/crates/lagrange-core-runner) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling lagrange-proto-derive v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto-derive)
[INFO] [stderr]    Compiling lagrange-macros v0.1.0 (/opt/rustwide/workdir/crates/lagrange-macros)
[INFO] [stderr]     Checking lagrange-proto v0.1.0 (/opt/rustwide/workdir/crates/lagrange-proto)
[INFO] [stderr]     Checking lagrange-core v0.1.0 (/opt/rustwide/workdir/crates/lagrange-core)
[INFO] [stdout] warning: unused imports: `DevInfo`, `GenInfo`, `QrExtInfo`, and `ScanExtInfo`
[INFO] [stdout]  --> crates/lagrange-core/src/internal/packets/login.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use qr_login_ext_info::{DevInfo, GenInfo, QrExtInfo, ScanExtInfo};
[INFO] [stdout]   |                             ^^^^^^^  ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wtlogin::WtLogin`
[INFO] [stdout]  --> crates/lagrange-core/src/internal/packets/login.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use wtlogin::WtLogin;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/lagrange-proto/tests/advanced_features_test.rs:506:35
[INFO] [stdout]     |
[INFO] [stdout] 506 | #[derive(Debug, PartialEq, Clone, ProtoOneof)]
[INFO] [stdout]     |                                   ^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the derive macro `ProtoOneof` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/lagrange-proto/tests/advanced_features_test.rs:610:35
[INFO] [stdout]     |
[INFO] [stdout] 610 | #[derive(Debug, PartialEq, Clone, ProtoOneof)]
[INFO] [stdout]     |                                   ^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the derive macro `ProtoOneof` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lagrange-proto` (test "advanced_features_test") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused imports: `DevInfo`, `GenInfo`, `QrExtInfo`, and `ScanExtInfo`
[INFO] [stdout]  --> crates/lagrange-core/src/internal/packets/login.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use qr_login_ext_info::{DevInfo, GenInfo, QrExtInfo, ScanExtInfo};
[INFO] [stdout]   |                             ^^^^^^^  ^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `wtlogin::WtLogin`
[INFO] [stdout]  --> crates/lagrange-core/src/internal/packets/login.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use wtlogin::WtLogin;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6", kill_on_drop: false }`
[INFO] [stdout] bce39fa043093159e26579d832298a6af99266e3c7316886b6b4e8b606a02ac6
